home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / programming / c / dicepj20.lha / diceproject / sources / locale.c < prev    next >
Encoding:
Text File  |  1993-10-31  |  1.4 KB  |  39 lines

  1.  
  2. char *StrMessages[] = {
  3.     "Continue",
  4.     "Ok",
  5.     "Abort",
  6.     "Retry|Abort",
  7.     "Time",
  8.     "Date",
  9.     "Current project is not saved !\nDo you want to save it before ?",
  10.     "Save|Don't|Cancel",
  11.     "Can't load module list !",
  12.     "Can't open project \n",
  13.     "No comments currently binded to this module !\nDo you want to create one ?",
  14.     "Create|Forget",
  15.     "Sorry , you can't bind comments on this module !",
  16.     "Comments binded to module",
  17.     " will be erased !\nAre you sure ?",
  18.     "Erase|Forget",
  19.     "Sorry, this module don't owned any comments !",
  20.     "Sorry, this module can't owned any comments !",
  21.     "Executable",
  22.     "Project Name",
  23.     "You must generate it before !" ,
  24.     "The Workbench Screen can't be closed !\nEither Workbench was not opened, or there's still windows which are not Workbench drawers on it.",
  25.     "Can't load options, Directory information not found!",
  26.     "Can't open Public screen !",
  27.     "Where is the Workbench ?",
  28.     "Can't close the screen, close windows before retry.",
  29.     "Select project to open.",          /* To be added */
  30.     "Enter project name.",              /* To be added */
  31.     "Select module to add.",            /* To be added */
  32.     "Select module to edit.",           /* To be added */
  33.     "Select screen font.",              /* To be added */
  34.     "Select Autodocs to read.",
  35.     "Select Include File to edit.",
  36.     "AmigaGuide library is unavailable.",
  37. };
  38.  
  39.